home *** CD-ROM | disk | FTP | other *** search
/ Workbench Design / WB Collection.iso / workbench werkzeuge / uhren & terminkalender / time / xdaliclock / readme < prev    next >
Text File  |  1996-04-07  |  1KB  |  30 lines

  1. The xdaliclock program displays a digital clock; when a digit changes, it
  2. "melts" into its new shape.
  3.  
  4. It can display in 12 or 24 hour modes, and displays the date when a mouse
  5. button is held down.  It has two large fonts built into it, but it can animate
  6. most other fonts that contain all of the digits.  It can also do some funky
  7. psychedelic colormap cycling, and can use the "shape" extension so that the
  8. window is shaped like the digits.
  9.  
  10. In the default configuration, this program is very network-intensive.  If it
  11. seems sluggish, try the "-memory high" option (see the man page).  It will
  12. take a little longer to start up, but will then go easy on the bandwidth.
  13.  
  14. This program was inspired by the Alto/Macintosh programs of the same name,
  15. written by Steve Capps some time in the early eighties.  This implementation
  16. is Copyright (c) 1991, 1992, 1993, 1994 by Jamie Zawinski <jwz@lucid.com>.
  17. Please let me know if you find any bugs or make any improvements.
  18.  
  19. You can get the latest version by anonymous FTP to lucid.com or ftp.x.org.
  20.  
  21. To build:
  22.  
  23.   -  read the comments in `Imakefile' and edit DEFINES as appropriate
  24.   -  xmkmf ; make
  25.   -  make install install.man
  26.  
  27. (If you don't have xmkmf, which are a standard part of X, then your vendor is
  28. doing you a disservice.  Report it as a bug.  However, you may be able to limp
  29. along using Makefile.simple.)
  30.